home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / find.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  537 b   |  18 lines

  1.  
  2.  -- find --
  3.  
  4. A command for traversing directory trees.
  5.  
  6. Usage:
  7.   find [start_dir]
  8.  
  9. This command is designed to recursively descend through directory trees.
  10. The (optional) starting directory parameter can be supplied, or else the
  11. current directory will be used.
  12.  
  13. This command is very limited at the moment, and has no filtering ability,
  14. execution ability, or anything really.  It will be developed more fully in
  15. the future, but was added at the present time to facilitate the development
  16. of filesystem drivers (as a testing mechanism) 
  17.  
  18.